projects
/
fpc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81c8ee6
)
armhf-linker-path
author
Carlos Laviola
<claviola@debian.org>
Mon, 13 Oct 2014 19:16:54 +0000
(19:16 +0000)
committer
Paul Gevers
<elbrus@debian.org>
Mon, 13 Oct 2014 19:16:54 +0000
(19:16 +0000)
This patch fixes path to the dynamic linker for armhf architecture.
Gbp-Pq: Name armhf-linker-path.diff
fpcsrc/compiler/systems/t_linux.pas
patch
|
blob
|
history
diff --git
a/fpcsrc/compiler/systems/t_linux.pas
b/fpcsrc/compiler/systems/t_linux.pas
index cef9a06f7f21471f0666203a424ef08f7d52adf2..cc67afa8073c6445f7e1129a0ddcedf6fb07c913 100644
(file)
--- a/
fpcsrc/compiler/systems/t_linux.pas
+++ b/
fpcsrc/compiler/systems/t_linux.pas
@@
-186,7
+186,7
@@
begin
{$ifdef arm}
{$ifdef FPC_ARMHF}
- defdynlinker:='/lib/
arm-linux-gnueabihf/ld-linux
.so.3';
+ defdynlinker:='/lib/
ld-linux-armhf
.so.3';
{$else FPC_ARMHF}
{$ifdef FPC_ARMEL}
defdynlinker:='/lib/ld-linux.so.3';